home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / policy / 10osvendor / 10-rfkill-switch.fdi < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-05  |  1.7 KB  |  36 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.  
  5.   <device>
  6.     <match key="info.capabilities" contains="killswitch">
  7.       <!-- For IPW WLAN devices we have an own addon -->
  8.       <match key="killswitch.access_method" string="ipw">
  9.     <append key="info.addons" type="strlist">hald-addon-ipw-killswitch</append>
  10.       </match>
  11.  
  12.       <match key="killswitch.access_method" string="rfkill">
  13.     <append key="info.addons.singleton" type="strlist">hald-addon-rfkill-killswitch</append>
  14.       </match>
  15.  
  16.       <!-- For all other KillSwitch devices -->
  17.       <match key="killswitch.access_method" contains_not="ipw">
  18.         <match key="info.subsystem" contains_not="rfkill">
  19.           <append key="info.interfaces" type="strlist">org.freedesktop.Hal.Device.KillSwitch</append>
  20.           <append key="org.freedesktop.Hal.Device.KillSwitch.method_names" type="strlist">SetPower</append>
  21.           <append key="org.freedesktop.Hal.Device.KillSwitch.method_signatures" type="strlist">b</append>
  22.           <append key="org.freedesktop.Hal.Device.KillSwitch.method_argnames" type="strlist">power</append>
  23.           <append key="org.freedesktop.Hal.Device.KillSwitch.method_execpaths" type="strlist">hal-system-killswitch-set-power</append>
  24.  
  25.           <append key="org.freedesktop.Hal.Device.KillSwitch.method_names" type="strlist">GetPower</append>
  26.           <append key="org.freedesktop.Hal.Device.KillSwitch.method_signatures" type="strlist"></append>
  27.           <append key="org.freedesktop.Hal.Device.KillSwitch.method_argnames" type="strlist"></append>
  28.           <append key="org.freedesktop.Hal.Device.KillSwitch.method_execpaths" type="strlist">hal-system-killswitch-get-power</append>
  29.         </match>
  30.       </match>
  31.  
  32.     </match>
  33.   </device>
  34.  
  35. </deviceinfo>
  36.